@Override
public void removeAll()
{
this.cache.removeAll();
this.mappingCache.removeAll();
}
@Override
public void removeAll()
{
if (this.cache != null) {
this.cache.removeAll();
}
if (this.mappingCache != null) {
this.mappingCache.removeAll();